home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1748 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  861 b 

  1. From: evanlang@uss.lonestar.org (Evan Langlois)
  2. Subject: VDI Memory
  3. Date: Sun, 24 Jul 1994 17:28:41 -0500 (CDT)
  4.  
  5. >Make diffs relative to a virgin h5, then try to apply them to h7.
  6. >That's the whole point of patch/diff :-)
  7.  
  8. I'll try!
  9.  
  10. >One reason why memory alloced from the VDI is marked M_KEEP is that
  11. >VDI uses a linked list for virtual workstations, and if a program
  12. >crashes or if the programmer forgot to call v_clsvwek, you have a
  13. >hole in the list...
  14.  
  15. Well, I lose memory when runing GEM when the memory is marked M_KEEP.
  16. MiNT grows since it keeps it and nothing else can get to it.  Since
  17. TOS is single-tasking, then I would assume the hole would not be very
  18. bad .. since it would be at the end of the list.  In MultiTOS, its
  19. hard to say.  There should be a better method than to keep memory around
  20. that isn't in use except to maintain a linked list!
  21.  
  22.  
  23.